Package-level declarations

Types

Link copied to clipboard
@Serializable
data class BotCommand(val command: String, val description: String) : MultipleResponse

This object represents a bot command.

Link copied to clipboard
@Serializable
sealed class BotCommandScope

This object represents the scope to which bot commands are applied. Currently, the following 7 scopes are supported:

Link copied to clipboard
@Serializable
data class BotDescription(val description: String)

This object represents the bot's description.

Link copied to clipboard
@Serializable
data class BotName(val name: String)

This object represents the bot's name.

Link copied to clipboard
@Serializable
data class BotShortDescription(val shortDescription: String)

This object represents the bot's short description.